home *** CD-ROM | disk | FTP | other *** search
/ Windows Shareware Gold / Windows Shareware Gold Volume 3 Number 1 (Sherburne Knowledge Systems) (1991).iso / utils / f1331 / startup.txt < prev    next >
Text File  |  1991-07-29  |  3KB  |  82 lines

  1.  
  2. ========================================================================
  3. StartupScreen                                                        by
  4. ========================================================================
  5. Version 3.10.                                               Mike Mezaros
  6. ========================================================================
  7.  
  8. Released 7/30/91
  9.  
  10. Full documentation for StartupScreen is provided in the included Windows 
  11. help file.  This file just contains a few odds and ends, etc.  I would
  12. have named it READ.ME or README.TXT, but how many of those can you have?
  13.  
  14.  
  15. INVENTORY
  16. ---------
  17.  
  18. This archive should've included:
  19.  
  20. STARTUP.EXE - The actual program.
  21. STARTUP.HLP - The Windows help file.
  22. STARTUP.TXT - This file.
  23.  
  24.  
  25. VISUAL BASIC
  26. ------------
  27.  
  28. This program is written in Microsoft Visual Basic.  Therefore, it can
  29. only be used in Windows' Standard or Enhanced modes, and requires the
  30. royalty-free Visual Basic runtime DLL.  This DLL is widely available,
  31. and free... It is available on CompuServe in the Microsoft Languages 
  32. Forum (GO MSLANG) in library #6, and on GEnie in the IBM PC RoundTable 
  33. (IBMPC), as VBRUN.ZIP.
  34.  
  35.  
  36. SETTING A DEFAULT DIRECTORY
  37. ---------------------------
  38.  
  39. Windows 3.0 doesn't provide an easy way to set a default directory for
  40. your programs... For example, let's say that you keep all of your 
  41. graphics files in C:\GRAPHICS, and all of your Windows applications in
  42. C:\WINAPPS.  There's no simple way to have a Windows program default to
  43. your C:\GRAPHICS directory, without actually moving the program.
  44.  
  45. StartupScreen allows you to set its default directory.  In an early
  46. beta release of StartupScreen 3.10, this type of information could be
  47. set from within the program and was saved in an .INI initialization
  48. file.  In this, the final release, it is handled through a command
  49. line argument.
  50.  
  51. So, in the Program Manager (or whatever replacement you use), add the 
  52. name of the directory you want StartupScreen to default to to the command 
  53. line.  (If it looks like I have too many to's, read it again.) 
  54.  
  55. For example, if it currently reads...
  56.  
  57. C:\WINAPPS\STARTUP.EXE
  58.  
  59. and you want it to default to C:\GRAPHICS, change it to...
  60.  
  61. C:\WINAPPS\STARTUP.EXE C:\GRAPHICS
  62.  
  63.  
  64. Z-NET PC INTERNATIONAL ONLINE MAGAZINE
  65. --------------------------------------
  66.  
  67. If you're interested in keeping up on the latest news in the PC world,
  68. be sure to check out Z-Net PC.  Z-Net PC is an online magazine - in
  69. other words, you download it, and read it in your favorite word processor
  70. or text editor, etc.  It is released bi-weekly, and at absolutely no
  71. cost to you (although normal connect charges apply if you download it
  72. from an online service).
  73.  
  74. The issues are available on CompuServe in the IBM Applications Forum
  75. (GO IBMAPP), and GEnie in the IBM PC RoundTable (IBMPC).
  76.  
  77. Just search on "ZNET" to find the latest issue.
  78.  
  79.  
  80. *the end*
  81.  
  82.